1.sp_helpsort SELECT serverproperty (' collation ')See your sorting rules.But you should have something to do with the character set.2. Change Server Collation Changing the default collation of an instance of SQL Server 2005 can be complex,
What are collation rules?
The collation specifies the bit pattern that represents each character. It also specifies the rules for sorting and comparing characters. Collations have the following characteristics:
Language
Case sensitive
Accent
Transferred from: http://blog.51cto.com/jimshu/1095780Concepts and details please refer to: Character encoding and sorting rules: https://www.cnblogs.com/gered/p/9145123.htmlI. Modifying the collation of a SQL Server server (instance)The following
There are many systems in the enterprise is traditional, due to various reasons, the company is currently in the implementation of the simplified, but the system also has the exchange of data, so the system can only one change, in case there are too
When the client exports the database with exp, the following conditions are encountered............... The synonym is being exported. Exporting view EXP-00056: Encountering ORACLE Error 1455 ORA-01455: Conversion column overflow integer data type
In a team project, there is no agreement on Collation, programming in the ms SQL Server will encounter such a problem:Cannot resolve the collation conflict between "Latin1_General_CI_AS" and "SQL _Latin1_General_CP1_CI_AS" in the equal to operation.
1. Modify the collation of the databaseALTER DATABASE [CHARACTER] COLLATE chinese_prc_ci_as;2. Modify the collation of the columns in the tableYou cannot change the collation of a column if one of the following is currently referencing one.
How to change the collation of SQL SERVER 2000Alter Datebase ALTER DATEBASE database Chinese_prc_binALTER TABLE TBALTER COLUMN colname nvarchar (+) COLLATE chinese_prc_ci_as--Case insensitiveALTER TABLE TBALTER COLUMN colname nvarchar (+) COLLATE
In a team project, there is no agreement on Collation, programming in the ms SQL Server will encounter such a problem:Cannot resolve the collation conflict between "Latin1_General_CI_AS" and "SQL _Latin1_General_CP1_CI_AS" in the equal to operation.
MySQL常用指令,java,php程序员,数据库工程师必备。程序员小冰常用资料整理MySQL common commands (for reference)The most common display commands are:1. Display the list of databases.show databases;2. Display the data table in the library:Use MySQL;Show tables;3, display the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.